ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / ExpandSelectionOnCopyPaste Property






In This Topic
    ExpandSelectionOnCopyPaste Property (FlexGridBase<T>)
    In This Topic
    Gets or sets a value that determines whether the grid should automatically expand the selection to include cells in merged ranges when copying or pasting content to/from the clipboard.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property ExpandSelectionOnCopyPaste As System.Boolean
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As System.Boolean
     
    instance.ExpandSelectionOnCopyPaste = value
     
    value = instance.ExpandSelectionOnCopyPaste
    [System.ComponentModel.DefaultValue(true)]
    public System.bool ExpandSelectionOnCopyPaste {get; set;}
    public read-write property ExpandSelectionOnCopyPaste: System.Boolean; 
    System.ComponentModel.DefaultValueAttribute()
    public function get,set ExpandSelectionOnCopyPaste : System.boolean
    [System.ComponentModel.DefaultValue(true)]
    public: __property System.bool get_ExpandSelectionOnCopyPaste();
    public: __property void set_ExpandSelectionOnCopyPaste( 
       System.bool value
    );
    [System.ComponentModel.DefaultValue(true)]
    public:
    property System.bool ExpandSelectionOnCopyPaste {
       System.bool get();
       void set (    System.bool value);
    }
    See Also